.big-banner{
    background-image: url("../images/background1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
};

img{
   width: 100%;
   height: 2in;
};

#theAnswers{
    font-size: 200%;
    color: white;
};